home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / rexx / openschedview.avm < prev    next >
Text File  |  1995-03-09  |  117b  |  7 lines

  1. /* */
  2. parse arg mailbox magiccookie .
  3.  
  4. address command 'run >nil: <nil: avm:schedulerview' mailbox magiccookie
  5.  
  6. exit
  7.